home *** CD-ROM | disk | FTP | other *** search
- Short: Datatype for Photo-CD Images (43.11)
- Author: astegema@ix.urz.uni-heidelberg.de (Achim Stegemann)
- Uploader: astegema@ix.urz.uni-heidelberg.de (Achim Stegemann)
- Type: util/dtype
-
- Version: 43.11
-
- Requires minimum:
- * OS 3.0
- * MC68020
- * A mounted PIPE: handler !!
- * ixemul.library V39
-
- Additionally recommended:
- * CyberGraphX with picture.datatype V43 for 24-bit images.
- * MUI 3.8 for the preferences.
-
- With the help of the pcd.datatype, your datatype sytem is able to read Photo-CD images.
-
- This datatype is freeware and can be used for any purpose.
-
- Changes since V43.10:
- * Added GlowIcons.
- * General speedup.
- * Oops ! Old version of render.library was included. Updated to V30.
-
- Internet: http://www.rzuser.uni-heidelberg.de/~astegema/
-
-
- Important note about the source code:
- *************************************
-
- The source has been written in C++ using Maxon-C++ V3.
- You will find several instructions a bit strange as I have converted all C-style OS-structures
- to C++ OS-structures.
- E.g.
-
- struct Library
- {
- struct Node lib_Node;
- UBYTE lib_Flags;
- UBYTE lib_pad;
- UWORD lib_NegSize;
- UWORD lib_PosSize;
- UWORD lib_Version;
- UWORD lib_Revision;
- APTR lib_IdString;
- ULONG lib_Sum;
- UWORD lib_OpenCnt;
- };
-
- has been converted to
-
- struct Library:Node // !!!!!
- {
- UBYTE lib_Flags;
- UBYTE lib_pad;
- UWORD lib_NegSize;
- UWORD lib_PosSize;
- UWORD lib_Version;
- UWORD lib_Revision;
- APTR lib_IdString;
- ULONG lib_Sum;
- UWORD lib_OpenCnt;
- };
-
- This simplifies the code as I don't always need to cast variables to fit arguments
- in functions.
- Additionally C++ allows to leave away the 'struct' keyword !
-
- If you like to recompile the source-code for your compiler, you need to adjust the
- source-code to C. But this should be no problem.
-
-
- ============================= Archive contents =============================
-
- Original Packed Ratio Date Time Name
- -------- ------- ----- --------- -------- -------------
- 3352 2241 33.1% 09-Oct-99 00:48:50 PCD-DT.info
- 73472 36815 49.8% 15-Jul-99 15:28:02 +pcdtoppm
- 6148 3282 46.6% 08-Oct-99 02:31:44 +pcd.datatype
- 80 69 13.7% 15-Jul-99 15:28:02 +PCD
- 8 8 0.0% 15-Jul-99 15:28:02 +pcd.prefs
- 3435 2218 35.4% 06-Oct-99 22:35:28 +GlowIcons.info
- 3352 2245 33.0% 06-Oct-99 17:56:06 +Drawer.info
- 3935 2680 31.8% 06-Oct-99 17:56:06 +Tool.info
- 1995 642 67.8% 09-Oct-99 13:07:20 +Install
- 4232 2885 31.8% 14-Oct-99 17:52:02 +Install.info
- 52452 23487 55.2% 15-Jul-99 15:28:04 +render.library
- 52244 23390 55.2% 15-Jul-99 15:28:04 +render.library_68040
- 52436 23362 55.4% 15-Jul-99 15:28:04 +render.library_68060
- 2798 1762 37.0% 06-Oct-99 22:35:28 +NewIcons.info
- 3204 2078 35.1% 15-Jul-99 15:28:02 +Drawer.info
- 3294 2294 30.3% 15-Jul-99 15:28:02 +Tool.info
- 3883 1818 53.1% 09-Oct-99 00:01:32 +PCD-DT.doc
- 3096 1307 57.7% 06-Oct-99 22:35:28 +PCD-DT.doc.info
- 1731 855 50.6% 09-Oct-99 00:42:10 +PCD-DT.readme
- 2221 1381 37.8% 06-Oct-99 22:35:28 +PCD-DT.readme.info
- 3478 2454 29.4% 06-Oct-99 22:35:28 +Prefs.info
- 5292 2856 46.0% 08-Oct-99 02:31:44 +PCDPrefs
- 1669 1300 22.1% 15-Jul-99 15:28:02 +PCDPrefs.info
- 8806 2849 67.6% 08-Oct-99 02:31:46 +dispatcher.c
- 3435 1190 65.3% 08-Oct-99 02:31:44 +libbase.c
- 175 102 41.7% 08-Oct-99 02:31:44 +make
- -------- ------- ----- --------- --------
- 300223 145570 51.5% 15-Oct-99 18:34:38 26 files
-